Palette Property (TreeMap<T>)
In This Topic
Gets or sets an array of default colors to be used in a tree map.
Syntax
'Declaration
Public Shadows ReadOnly Property Palette As System.Collections.Generic.List(Of Object)
'Usage
Dim instance As TreeMap(Of T)
Dim value As System.Collections.Generic.List(Of Object)
value = instance.Palette
public new System.Collections.Generic.List<object> Palette {get;}
public read-only property Palette: System.Collections.Generic.List;
public hide function get Palette : System.Collections.Generic.List
public: __property new System.Collections.Generic.List<Object*>* get_Palette();
public:
new property System.Collections.Generic.List<Object^>^ Palette {
System.Collections.Generic.List<Object^>^ get();
}
See Also